'Declaration Public Function New( _
ByVal nameThe name of executor.As System.String, _
ByVal resultCollectorThe result collector.As AnalyzerResultCollector(Of TTarget,TValue), _
ByVal ParamArray commandsThe commands.As Vintasoft.Imaging.Processing.IProcessingCommand(Of TTarget) _
)
public CollectedAnalyzerResultExecutor<TTarget,TCollectorTarget,TValue>(
System.String name,
AnalyzerResultCollector<TTarget,TValue> resultCollector,
params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget> commands
)
public: CollectedAnalyzerResultExecutor<TTarget,TCollectorTarget,TValue>(
System.String name,
AnalyzerResultCollector<TTarget,TValue*>* resultCollector,
params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget*>* commands
)
public:
CollectedAnalyzerResultExecutor<TTarget,TCollectorTarget,TValue>(
System.String name,
AnalyzerResultCollector<TTarget,TValue^>^ resultCollector,
... Vintasoft.Imaging.Processing.IProcessingCommand<TTarget^>^ commands
)
Parameters
- name
- The name of executor.
- resultCollector
- The result collector.
- commands
- The commands.